.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
.swiper-center{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -360px;
	color: #fff;
	font-family: "";
}
.swiper-center.swiper-center2{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -325px;
	color: #fff;
	font-family: "";
}
.swiper-center .title{
	font-size: 5rem;
	width: 720px;
}
.swiper-center2 .title{
	font-size: 80px;
	width: 650px;
}

.swiper-center .title p.sub{
	font-size: 40px;
}
.swiper-center .title p.sub span{
	font-size: 12px;
    margin: 15px;
    vertical-align:50%;
}
.swiper-center .button{
	margin-top: 50px;
}
.swiper-center2 .button{
	margin-top: 10px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #7AC3F5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #7AC3F5;
}
















